GtkScrolledWindow: Allow scrolling without bars
authorMatthias Clasen <mclasen@redhat.com>
Sun, 5 Oct 2014 03:15:04 +0000 (23:15 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 10 Oct 2014 00:18:51 +0000 (20:18 -0400)
commit94b680c2cd3c4573067322082860dde26cf5bffa
tree2ffbeb9263ba2083c2ce8b01de16a1308a3a4e28
parent3f4bd447f837696b44902ea6c8980cc7fa43782c
GtkScrolledWindow: Allow scrolling without bars

Add a new policy, GTK_POLICY_EXTERNAL, which hides the scrollbar,
but does not force the scrolled windows size to be determined by
its child. This can be used to keep two scrolled windows in sync,
while sharing a single scrollbar.

https://bugzilla.gnome.org/show_bug.cgi?id=730730
gtk/gtkscrolledwindow.c
gtk/gtkscrolledwindow.h